GET PlanCare2Api/ClientplansV2/Stripped?clientIds[0]={clientIds[0]}&clientIds[1]={clientIds[1]}
Retrieve all clientplans V2 for the selected client without its ClientplanPartInfos.
Requires 'Start' permission for function ClientPlanOverview {7757BB23-A132-438A-9601-28E6BF9E4CA7}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientIds |
The clientIds for whom to fetch the stripped clientplans. |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of clientplans V2 without their ClientplanPartInfos
Collection of ClientplanV2Stripped| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the clientplan. |
integer |
None |
| ClientId |
The internal id of the client. |
Identity |
Required |
| StartDate |
The date on which the clientplan takes effect. |
date |
Required |
| EndDate |
The date on which the clientplan will end or was ended. |
date |
None |
| CareDemandsRequired |
Determines if CareDemands must be used when creating goals. |
boolean |
None |
| SectorName |
The name of the sector. For read-only purposes only. |
string |
None |
| Name |
The name of the clientplan. |
string |
Required |
| TypeId |
The id of the type of the clientplan. |
integer |
Required |
| VisionModelName |
The name of the vision model. For read-only purposes only. |
string |
None |
| ResponsibleEmployeeName |
The name of the responsible employee. For read-only purposes only. |
string |
None |
| SectorId |
The id of the sector of the clientplan. |
integer |
Required |
| VisionModelId |
The id of the vision model of the clientplan. |
integer |
Required |
| ResponsibleEmployeeId |
The responsible employee of the clientplan. |
Identity |
Required |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.